<xs:complexType name="Property" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="PropertyTable" minOccurs="1" maxOccurs="1" />
<xs:element name="PropertyCode" minOccurs="1" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
|